CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - AES 256

搜索资源列表

  1. AES-ASP

    0下载:
  2. 前几天刚下的一个ASP的AES源码 输入keySize密钥长度(128、192、256),Src明文字符串,Key密钥字符串, 明文字符串不能超过 &HFFFF长度,输出:密文十六进制字符串 -just a few days ago under an ASP source input keySize AES key length (128, 192,256), Src expressly string, Key Key string, the string can not excee
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:6078
    • 提供者:段锐凡
  1. truecrypt-4.3a-source-code

    0下载:
  2. 源码开放的加密软件。最新版本!!可以在一个文件内部创建多样化的加密磁盘并且将其配置为一个可以通过一个驱动器盘符访问的虚拟磁盘.任何存储在该虚拟磁盘上的文件可以被自动地实时加密,并且只有当使用正确的密码或者密匙配置时才可以访问. TrueCrypt 支持多样化的加密算法,包括 AES-256, Blowfish (448-bit key), CAST5, Serpent, Triple DES 和 Twofish.其它的功能包括 FAT32 或者 NTFS 格式的支持,隐藏卷。-open sour
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:612002
    • 提供者:余伟
  1. aes

    0下载:
  2. AES Core Modules In this document I describe components designated to encoding and decoding using AES. aes enc — parametrizable component which can encrypt input data, using 128, 192 and 256 bit key, • aes dec — parametrizable component
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:10070
    • 提供者:liangraul
  1. AES.v1.3

    0下载:
  2. AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支持长度为 32 个字符 所有加密和解密操作在默认情况下为 128 位密匙。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:212349
    • 提供者:刘鸿翔
  1. AES算法(128、192、256位)

    1下载:
  2. AES算法(128、192、256位)
  3. 所属分类:密码/编码算法

  1. AES

    1下载:
  2. AES文件加解密工具 本软件利用AES加密库"AesLib"进行加解密处理,能对文件进行128位、192位或256位这3种不同强度的加密,打开请直接运行"EncryptFileTest.exe"。 本加密工具还可以通过命令运行: AES [0|1] [file] 其中,参数为可选,但若仅有1个参数时则为[file]参数。0表示对[file]解密,1表示对[file]加密。 对于任何文件,若打开方式为AES,则程序会自动根据文件扩展名来默认决定是加密还是解密(若文件扩展名为“
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2014-05-13
    • 文件大小:2365440
    • 提供者:tianyi
  1. aes

    0下载:
  2. aes加解密,可以自己设定key,支持长度256,512,1024。-aes encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:2600
    • 提供者:liuzhe
  1. encryption_test

    0下载:
  2. 实现通信过程中的数据加密(AES, DES, SHA-256,SHA-384,SHA512, RSA)。 测试加解密效率等-To achieve communication in the process of data encryption (AES, DES, SHA-256, SHA-384, SHA512, RSA). Encryption and decryption efficiency test
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:94162
    • 提供者:BY
  1. KAES

    0下载:
  2. AES作为新一代的数据加密标准汇聚了强安全性、高性能、高效率、易用和灵活等优点。AES设计有三个密钥长度:128,192,256位,相对而言,AES的128密钥比DES的56密钥强1021倍。AES算法主要包括三个方面:轮变化、圈数和密钥扩展。-AES as a new generation of Data Encryption Standard security brings together strong, high performance, high efficiency, the adv
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:4450
    • 提供者:Xu Enliang
  1. Rijndael

    0下载:
  2. AES-256 encryption AES-256 encryption AES-256 encryption AES-256 encryption AES-256 encryption -AES-256 encryption AES-256 encryption AES-256 encryptionAES-256 encryptionAES-256 encryptionAES-256 encryption AES-256 encryption AE
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:24644
    • 提供者:dzaitsev
  1. AES

    0下载:
  2.  AES的基本要求是,采用对称分组密码体制,密钥长度的最少支持为128、192、256,分组长度128位,算法应易于各种硬件和软件实现。-The basic requirement is that AES, the use of symmetric block ciphers, the key length of at least support for the 128,192,256, 128-bit packet length, the algorithm should be easy to
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:48849
    • 提供者:Laura
  1. AES_cs

    0下载:
  2. In cryptography, the Advanced Encryption Standard (AES) is a symmetric-key encryption standard adopted by the U.S. government. The standard comprises three block ciphers, AES-128, AES-192 and AES-256, adopted from a larger collection originally publi
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:136046
    • 提供者:monica1987is
  1. source-code-1

    0下载:
  2. [C/C++] - AES 256-Bit Crypt-Encrypt.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:607
    • 提供者:Jakup
  1. AES256

    0下载:
  2. java AES256加密算法,加密解密结果符全标准。-AES256 encrypt for java
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:10813
    • 提供者:jack
  1. AES

    0下载:
  2. 分组和密钥长度都支持128、196、256的AES源码-Support groups and key length of AES 128,196,256 Source
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:468649
    • 提供者:first
  1. AES-delphi

    0下载:
  2. AES 加解密 可以以任意加密串和小于256字节的密匙-AES Encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:234314
    • 提供者:yanqingkui
  1. aes_mini_project

    0下载:
  2. It is encryption and decryption algorithm. AES is a symmetric encryption algorithm processing data in block of 128 bits.Under the influence of a key, a 128-bit block is encrypted by transforming it in a unique way into a new block of the same s
  3. 所属分类:CA program

    • 发布日期:2017-04-09
    • 文件大小:1194861
    • 提供者:asha
  1. FundamentalsCipher407

    0下载:
  2. Fundemental crytor is use all ciphers library. RC4, SHA1 , SHA256 , SHA512, Rijndael, AES 256-Fundemental crytor is use all ciphers library. RC4, SHA1 , SHA256 , SHA512, Rijndael, AES 256...
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:167921
    • 提供者:qweqwe
  1. dcpcrypternew

    0下载:
  2. DCP Crypter is use ciphers,hashers. MD5, Md4, base64, aes 256, rijndael, blowfish-DCP Crypter is use ciphers,hashers. MD5, Md4, base64, aes 256, rijndael, blowfish...
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:215575
    • 提供者:qweqwe
  1. AES

    0下载:
  2. AES的基本要求是,采用对称分组密码体制。AES的加密数据块长度固定为128 比特,密钥长度则可以是128,192或256比特。AES加密有很多轮的重复和变换。大致步骤如下:1、密钥扩展(KeyExpansion)。2、初始轮(Initial Round)。3、重复轮(Rounds)。每一轮由四个不同的阶段组成,包括一个混淆和三个代换:字节代换(SubBytes)、行移位(ShiftRows)、列混淆(MixColumns)、轮密钥加(AddRoundKey)。4、最终轮(Final Round
  3. 所属分类:CA program

    • 发布日期:2017-04-06
    • 文件大小:4122
    • 提供者:yuelianglian
« 1 2 3 45 6 7 8 »
搜珍网 www.dssz.com